parent
ba4324ab9d
commit
3256e7ea63
4 changed files with 6 additions and 9 deletions
@ -1,3 +0,0 @@ |
|||||||
#!/bin/bash |
|
||||||
|
|
||||||
echo "$1" |
|
@ -0,0 +1,5 @@ |
|||||||
|
#!/usr/bin/env python3 |
||||||
|
|
||||||
|
import sys |
||||||
|
|
||||||
|
print(sys.argv[1]) |
@ -1,5 +0,0 @@ |
|||||||
#!/bin/sh |
|
||||||
|
|
||||||
cd "$MESON_SOURCE_ROOT" |
|
||||||
echo My current directory is `pwd` |
|
||||||
echo Build dir is at $MESON_BUILD_ROOT |
|
Loading…
Reference in new issue