diff options
author | thing 1 <thing1@seacrossedlovers.xyz> | 2024-12-03 09:17:33 +0000 |
---|---|---|
committer | thing 1 <thing1@seacrossedlovers.xyz> | 2024-12-03 09:17:33 +0000 |
commit | fcab9befa83f9d3a354b5e4bef8436c4164133af (patch) | |
tree | fef1ee3d7d70b5daf2136e3ed44624a9e9c7a36a /writeup/pretty.sh | |
parent | a2511b902d1010559a4c19d28149ce27a3e8fed2 (diff) |
renamed the project to Why are foss tools prefered...
Diffstat (limited to 'writeup/pretty.sh')
-rwxr-xr-x | writeup/pretty.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/writeup/pretty.sh b/writeup/pretty.sh new file mode 100755 index 0000000..797957c --- /dev/null +++ b/writeup/pretty.sh @@ -0,0 +1,3 @@ +#!/bin/sh +fmt writeup.tex -w 120 > tmp +mv tmp writeup.tex |