6 lines
42 B
Bash
6 lines
42 B
Bash
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
PATH="$PWD/bin:$PATH"
|
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
PATH="$PWD/bin:$PATH"
|