소스 검색

Restarted writing booty script, but in Python this time.

master
treyzania 6 년 전
부모
커밋
1ae9588d32
4개의 변경된 파일3개의 추가작업 그리고 15개의 파일을 삭제
  1. 3
    0
      booty.py
  2. 0
    14
      booty.sh
  3. 0
    1
      localconfig-booty
  4. 0
    0
      plunder.sh

+ 3
- 0
booty.py 파일 보기

@@ -0,0 +1,3 @@
#!/usr/bin/env python3

print('Hello, World!')

+ 0
- 14
booty.sh 파일 보기

@@ -1,14 +0,0 @@
#!/bin/bash

MAIN_CONFIG="~/.config/bootybot/booty.conf"
if [ -f localconfig ]; then
source localconfig-booty
elif [ -f "$MAIN_CONFIG" ]; then
source $MAIN_CONFIG
else
echo 'error: no valid config found'
exit 1
fi

# TODO The rest of the script.


+ 0
- 1
localconfig-booty 파일 보기

@@ -1 +0,0 @@
PLEX_ROOT=./fakeplex

+ 0
- 0
plunder.sh 파일 보기


Loading…
취소
저장