This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # Somewhat automatic install script for AeroThemePlasma | |
| # This installer is a WIP and doesn't do much other than | |
| # copy files to their intended locations. | |
| # Rough modification for Debian support. | |
| # Read INSTALL.md for more information. | |
| # wackyideas 2024, https://gitgud.io/wackyideas/aerothemeplasma | |
| # Defining some useful paths |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Desktop Entry] | |
| Version=1.0 | |
| Name=Flashpoint Infinity | |
| Comment=Flashpoint Archive is a community effort to preserve games and animations from the web. | |
| Type=Application | |
| Terminal=false | |
| Exec=flashpoint %U | |
| Icon=/path/to/icon/org.flashpointarchive.infinity.ico | |
| Categories=Game; | |
| Keywords=game;flashplayer;flash; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # BungeeCord Multi-Server Starter - 03/08/2023 | |
| # © 2023 WTFPL | |
| ################# | |
| ### Variables ### | |
| ################# | |
| # The name of the script that starts the server | |
| [string]$START = "start.ps1" |