Skip to content

Instantly share code, notes, and snippets.

@kleutzinger
Created January 23, 2021 04:34
Show Gist options
  • Save kleutzinger/323e238c517bb8596713102991ae6083 to your computer and use it in GitHub Desktop.
Save kleutzinger/323e238c517bb8596713102991ae6083 to your computer and use it in GitHub Desktop.
fish script
echo hi
for i in (ls)
echo $i
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment