how-lix-os-pkgs/awk/default/inst.sh

7 lines
73 B
Bash
Executable File

#!/bin/sh
set -e
[ ! -e /bin/awk ] || rm /bin/awk
cp -v a.out /bin/awk