1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-05-01 20:03:20 +00:00
os-kernel/scripts/entry

12 lines
125 B
Plaintext
Raw Permalink Normal View History

2016-07-10 05:07:19 +00:00
#!/bin/bash
set -e
mkdir -p bin
if [ -e ./scripts/$1 ]; then
./scripts/"$@"
else
"$@"
fi
2016-10-13 18:03:47 +00:00
rm -f $HOME/.bash_history