Skip to content

Instantly share code, notes, and snippets.

View drairi's full-sized avatar

Aimee Rivers drairi

View GitHub Profile
#!/bin/bash
read -p "Hvad er projektnavnet? (f.x. drtv-test) " projectname &&
mkdir $projectname &&
cd $projectname &&
wget 'https://gist.githubusercontent.com/drairi/416eafcbb1e820a9682114233e2a59d7/raw/standard-gitignore' -O .gitignore &&
wget 'https://gist.githubusercontent.com/drairi/7db7ca99ef70fca865fb2002196776df/raw/ny-projekt-README.md' -O README.md &&
sed -i -e 's/'"\$projectname"'/'"$projectname"'/g' README.md &&
rm README.md-e &&
git init &&
.DS_Store
Gemfile.lock
*/skaermbilleder/
*/gen/allure-results/
*/rerun.txt
*/results/
*.gem
*.rbc
/.config
/coverage/