Skip to content

Commit

Permalink
added Linux compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyDevla committed Mar 21, 2023
1 parent 87564d0 commit 5a12a36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions run_linux.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

echo 'var g_FOLDER_CONTENTS = mlString(function() { /*!' > folder_contents.js
ls -1 album >> folder_contents.js
echo '*/});' >> folder_contents.js
File renamed without changes.

0 comments on commit 5a12a36

Please sign in to comment.