mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-17 10:01:58 +00:00
5 lines
28 B
Bash
Executable File
5 lines
28 B
Bash
Executable File
#!/bin/bash
|
|
pushd .
|
|
$1
|
|
popd
|