Skip to content

Instantly share code, notes, and snippets.

@kuro68k
Created July 22, 2022 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kuro68k/f207221265553e8789d235bf55a1af74 to your computer and use it in GitHub Desktop.
Save kuro68k/f207221265553e8789d235bf55a1af74 to your computer and use it in GitHub Desktop.
Windows/Linux portable touch shell script
:<<BATCH
@echo off
@cd ..\src
@copy /b version.c +,, >NUL
exit /b
BATCH
touch src/version.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment