plainpad/project
2020-03-22 18:02:32 +01:00

8 lines
57 B
Bash
Executable File

#!/bin/bash
COMMAND=$1
shift
./scripts/$COMMAND.sh $@