Initial project scaffold
This commit is contained in:
10
tools/profile_ncu.sh
Executable file
10
tools/profile_ncu.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
if [[ $# -eq 0 ]]; then
|
||||
echo "usage: $0 <command ...>"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
ncu --set full --target-processes all "$@"
|
||||
|
||||
Reference in New Issue
Block a user