7 lines
53 B
Plaintext
7 lines
53 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
. /etc/profile &> /dev/null
|
||
|
|
||
|
whence $*
|
||
|
|