5 lines
30 B
Plaintext
5 lines
30 B
Plaintext
|
#!/bin/bash
|
||
|
cd ..
|
||
|
. b $*
|
||
|
cd -
|