Skip to content
Snippets Groups Projects
Commit 4ce5d256 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Cleanup

parent 87f0128d
No related branches found
No related tags found
No related merge requests found
# #!/bin/bash
# skeleton get-packages.sh
#
# #
# do not need any additional packages above and beyond Zipr toolchain # skeleton get-packages.sh
# those packages will be installed separately
# #
args="$@" args="$@"
if [[ $args = "" ]]; then if [[ "$args" == "" ]]; then
args="all" args="all"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment