Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
lErrorl404l authored Nov 18, 2021
1 parent 625b80e commit 22d5ecc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions BIMM-Linux.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
read -p "Name of the modlist file: " filename
clear
#!/bin/bash

filename="$(zenity --file-selection --file-filter='HTML files (html) | *.html' --title"Select your mod preset")"

grep -a '"DisplayName"' $filename | cut -d ">" -f2 | cut -d "<" -f1 | tr " " _ | sed 's/^/@/' | tr '\n' ';' > ModList.txt
printf "Your File Is Now Ready To Be Copy And Pasted Into A Config\n"
Expand Down

0 comments on commit 22d5ecc

Please sign in to comment.