mirror of
https://github.com/ivanilves/xiringuito.git
synced 2025-05-15 14:50:19 -07:00
6 lines
97 B
Bash
6 lines
97 B
Bash
#!/usr/bin/env bash
|
|
|
|
pushd __INSTALL_PATH__ >/dev/null
|
|
./$(basename ${0}) ${@}
|
|
popd >/dev/null
|