simple-hash-generator_ynh/scripts/_common.sh

21 lines
651 B
Bash
Raw Normal View History

2022-04-23 15:11:56 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
2023-03-19 14:39:27 +01:00
#REMOVEME? # pkg_dependencies="deb1 deb2 php$YNH_DEFAULT_PHP_VERSION-deb1 php$YNH_DEFAULT_PHP_VERSION-deb2"
2022-04-23 15:11:56 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================