aboutsummaryrefslogtreecommitdiff
path: root/org.gnu.coreutils/coreutil-run
blob: b9028c87ff927333a2e866e81654b2fedc7bb76d (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/bash
if [[ "$@" == "" ]]; then
    echo "No command given, exiting ..."
    exit 1
fi
$@