aboutsummaryrefslogtreecommitdiff
path: root/scripts/.scripts/cpp_ps.sh
blob: abdfbec62500834da9d014f581bac6370a4cf4d7 (plain)
1
2
3
4
5
6
#!/bin/sh
touch $1.cpp
echo -e "#include<bits/stdc++.h>\n\nusing namespace std;\n\nint main () {\n\tios_base::sync_with_stdio(false);\n\tcin.tie(NULL);\n\tint tt;\n\twhile(tt--){\n\n\t}\n}" > $1.cpp
nvim $1.cpp