freebsd-src/usr.bin/alias/generic.sh
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00

4 lines
74 B
Bash

#!/bin/sh
# This file is in the public domain.
builtin ${0##*/} ${1+"$@"}