Merge pull request #405 from bbbbbailey/more-portable-shebang-lines

More portable shebang line
This commit is contained in:
Steve Zabka
2024-03-30 13:59:37 +01:00
committed by GitHub
21 changed files with 24 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
####################################################################################################
# Name: Autodesk Fusion 360 - Setup Wizard (Linux) #
@@ -7,8 +7,8 @@
# Author URI: https://cryinkfly.com #
# License: MIT #
# Copyright (c) 2020-2024 #
# Time/Date: 09:40/18.03.2024 #
# Version: 1.9.6 #
# Time/Date: 07:29/23.03.2024 #
# Version: 1.9.7 #
####################################################################################################
# Path: /$HOME/.fusion360/bin/install.sh
@@ -421,7 +421,7 @@ xdg-mime default adskidmgr-opener.desktop x-scheme-handler/adskidmgr
# Create a link to the Wineprefixes Box:
cat >> "$WP_DIRECTORY/box-run.sh" << EOF
#!/bin/bash
#!/usr/bin/env bash
WP_BOX='$WP_DIRECTORY' source $SP_PATH/bin/launcher.sh
EOF
chmod +x "$WP_DIRECTORY/box-run.sh"

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#############################################################################
# Name: Autodesk Fusion 360 - Launcher (Linux) #

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
################################################################################
# Name: Autodesk Fusion 360 - Uninstall the software (Linux) #

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
####################################################################################################
# Name: Autodesk Fusion 360 - Cronjob for Update (Linux) #

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
####################################################################################################
# Name: Autodesk Fusion 360 - Setup Wizard (Linux) #

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
####################################################################################################
# Name: Autodesk Fusion 360 - Setup Wizard (Linux) #

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
####################################################################################################
# Name: Autodesk Fusion 360 - Setup Wizard (Linux) #

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
####################################################################################################
# Name: Autodesk Fusion 360 - Setup Wizard (Linux) #

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
####################################################################################################
# Name: Autodesk Fusion 360 - Setup Wizard (Linux) #

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
####################################################################################################
# Name: Autodesk Fusion 360 - Setup Wizard (Linux) #

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
####################################################################################################
# Name: Autodesk Fusion 360 - Setup Wizard (Linux) #

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
####################################################################################################
# Name: Autodesk Fusion 360 - Setup Wizard (Linux) #

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
####################################################################################################
# Name: Autodesk Fusion 360 - Setup Wizard (Linux) #

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
####################################################################################################
# Name: Autodesk Fusion 360 - Setup Wizard (Linux) #

View File

@@ -1,3 +1,3 @@
#!/bin/bash
#!/usr/bin/env bash
xdotool getactivewindow && xdotool mousemove 1812 181 click 1

View File

@@ -1,3 +1,3 @@
#!/bin/bash
#!/usr/bin/env bash
xdotool getactivewindow && xdotool mousemove 1825 230 click 1

View File

@@ -1,3 +1,3 @@
#!/bin/bash
#!/usr/bin/env bash
xdotool getactivewindow && xdotool mousemove 1888 228 click 1

View File

@@ -1,3 +1,3 @@
#!/bin/bash
#!/usr/bin/env bash
xdotool getactivewindow && xdotool mousemove 1858 209 click 1

View File

@@ -1,3 +1,3 @@
#!/bin/bash
#!/usr/bin/env bash
xdotool getmouselocation

View File

@@ -1,3 +1,3 @@
#!/bin/bash
#!/usr/bin/env bash
xdotool getactivewindow && xdotool keydown $1 && xdotool keyup $1

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
##############################################################################
# Name: OctoPrint (Server) - Installationsskript (Linux)