add initial inits and journaling script
This commit is contained in:
commit
5637f587c1
5 changed files with 17 additions and 0 deletions
3
scripts/init.sh
Normal file
3
scripts/init.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
SCRIPTSDIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
. ${SCRIPTSDIR}/aliases.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue