mirror of
https://github.com/tests-always-included/mo.git
synced 2025-11-19 23:34:32 +01:00
Forcing script execution to be in a particular directory
This commit is contained in:
@@ -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 ***"; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user