b528cefc6b
Userland to follow.
7 lines
138 B
Bash
7 lines
138 B
Bash
#!/bin/sh
|
|
# $Id: pfrom.in,v 1.2 1998/11/24 13:25:47 assar Exp $
|
|
libexecdir=%libexecdir%
|
|
PATH=$libexecdir:$PATH
|
|
export PATH
|
|
push --from $*
|