forked from pool/sedutil
5 lines
70 B
Bash
5 lines
70 B
Bash
|
#!/bin/sh
|
||
|
if getargbool 0 linuxpba ; then
|
||
|
linuxpba 2>/dev/null
|
||
|
fi
|