-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathed.sh
18 lines (16 loc) · 983 Bytes
/
ed.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/env bash
# Automatic generated, DON'T MODIFY IT.
# @flag -h --help display this help and exit
# @flag -V --version output version information and exit
# @flag -E --extended-regexp use extended regular expressions
# @flag -G --traditional run in compatibility mode
# @flag -l --loose-exit-status exit with 0 status even if a command fails
# @option -p --prompt <STRING> use STRING as an interactive prompt
# @flag -r --restricted run in restricted mode
# @flag -s suppress diagnostics, byte counts and '!' prompt
# @flag --quiet suppress diagnostics, byte counts and '!' prompt
# @flag --silent suppress diagnostics, byte counts and '!' prompt
# @flag -v --verbose be verbose; equivalent to the 'H' command
# @flag --strip-trailing-cr strip carriage returns at end of text lines
# @arg file
command eval "$(argc --argc-eval "$0" "$@")"