mirror of
https://github.com/macports/getopt.git
synced 2026-03-31 14:45:56 -07:00
3 lines
103 B
Batchfile
Executable File
3 lines
103 B
Batchfile
Executable File
#!/bin/sh
|
|
"$1" --alternative -o a -l one,two:,three::,four:: -- -a -one -two=MANDATORY -three=OPTIONAL
|