mirror of
https://github.com/rancher/os-kernel.git
synced 2025-09-13 21:40:11 +00:00
Make source dir based on git tag
This commit is contained in:
11
scripts/entry
Executable file
11
scripts/entry
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
trap "rm -f $HOME/.bash_history" exit
|
||||
|
||||
mkdir -p bin
|
||||
if [ -e ./scripts/$1 ]; then
|
||||
./scripts/"$@"
|
||||
else
|
||||
"$@"
|
||||
fi
|
Reference in New Issue
Block a user