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
| apiVersion: backstage.io/v1alpha1 | |
| kind: Resource | |
| metadata: | |
| name: acme.webshop.sale.db | |
| title: ACME Shop sale database2 | |
| spec: | |
| owner: backend | |
| type: database |
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
| #!/bin/bash | |
| iatest=$(expr index "$-" i) | |
| ####################################################### | |
| # SOURCED ALIAS'S AND SCRIPTS BY zachbrowne.me | |
| ####################################################### | |
| # Source global definitions | |
| if [ -f /etc/bashrc ]; then | |
| . /etc/bashrc |
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
| #!/bin/bash | |
| SELF=$0 | |
| COREDIR=/usr/lib/displaylink | |
| LOGSDIR=/var/log/displaylink | |
| PRODUCT="DisplayLink Linux Software" | |
| VERSION=5.1.26 | |
| ACTION=default | |
| SYSTEMINITDAEMON=unknown |