Flesh out shims and wrappers
This commit is contained in:
9
framework/cmd.d/list
Executable file
9
framework/cmd.d/list
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eu
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
cd "$DIR"
|
||||
|
||||
ls .
|
||||
Reference in New Issue
Block a user