Skip to content

Commit

Permalink
Added information about the source of the script in the top
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndamia committed Jan 5, 2021
1 parent 83a12f1 commit a3e0d4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions filite-list.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# Made by Kamen Mladenov, aka Syndamia, under the GNU GPL-3.0 license
# Source: https://github.com/Syndamia/filite-list

if ! [ -x "$(command -v curl)" ]; then
printf "You need to install curl!\n"
exit
Expand Down

0 comments on commit a3e0d4d

Please sign in to comment.