mirror of
https://github.com/tests-always-included/mo.git
synced 2024-12-18 16:27:52 +00:00
Forcing script execution to be in a particular directory
This commit is contained in:
parent
1151ec0a9e
commit
c90d0af323
@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd "$(dirname "$0")"/..
|
||||||
|
|
||||||
date-string() { date; }
|
date-string() { date; }
|
||||||
wrapper() { echo -n "*** $1 ***"; }
|
wrapper() { echo -n "*** $1 ***"; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user