Source directory creating script for competitive programmers who are using c++ and neovim
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

123456
  1. #!/bin/sh
  2. make
  3. echo "Compiled..."
  4. ./.config.d/color.sh .config.d/.nl ./"${1%.*}.out"
  5. echo