Skip to content

Instantly share code, notes, and snippets.

@Peelz
Created December 22, 2022 20:51
Show Gist options
  • Save Peelz/dbed6535508513546e5d4664a8c14679 to your computer and use it in GitHub Desktop.
Save Peelz/dbed6535508513546e5d4664a8c14679 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
basedir=$(pwd)
projs=(
Commands.scala
Dependencies.scala
LibDefs.scala
build.properties
plugins.sbt
)
for f in "${projs[@]}"; do
touch "project/$f"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment