mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-09-02 02:39:24 +00:00
5 lines
28 B
Bash
Executable File
5 lines
28 B
Bash
Executable File
#!/bin/bash
|
|
pushd .
|
|
$1
|
|
popd
|