1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-08-31 04:18:38 +00:00
Files
os-kernel/scripts/entry

12 lines
125 B
Plaintext
Raw 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 11:03:47 -07:00
rm -f $HOME/.bash_history