Skip to content

Commit

Permalink
Adding shebang’s
Browse files Browse the repository at this point in the history
  • Loading branch information
jelledelaender committed Oct 21, 2022
1 parent 0275b17 commit 0b34d8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rankings.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env ruby

# Rankings.rb
#
# Objective of rankings.rb is to update the local database by downloading and processing the latest top list of the AppStore
Expand Down
2 changes: 2 additions & 0 deletions toplist.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env ruby

# TopList.rb
#
# Objective of toplist.rb is to generate top lists for the given database. Default the database location 'OURanking.sqlite' and a limit of 50.
Expand Down

0 comments on commit 0b34d8c

Please sign in to comment.