crystaldev/bash_shell.sh

12 lines
197 B
Bash
Raw Normal View History

2024-01-13 11:42:36 +00:00
#!/bin/bash
set -e
clear
export BASE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
export PATH=${BASE}/bin:${BASE}/v:${PATH}
2024-01-13 12:05:37 +00:00
export VMODULES=${BASE}/.vmodules
2024-01-13 11:42:36 +00:00
cd ${BASE}
bash