mirror of
https://review.haiku-os.org/haiku
synced 2025-01-21 05:53:46 +01:00
7 lines
53 B
Plaintext
7 lines
53 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
. /etc/profile &> /dev/null
|
||
|
|
||
|
whence $*
|
||
|
|