1
1
mirror of https://github.com/walles/moar.git synced 2024-08-16 23:40:35 +03:00
moar/moar.sh
2019-07-07 18:35:55 +02:00

13 lines
151 B
Bash
Executable File

#!/bin/bash
# Build pager and run it, this script should behave just
# like the binary.
set -e -o pipefail
rm -f moar
./build.sh 1>&2
./moar "$@"