From f5db520322561de9032fbf0406d2808d088572cc Mon Sep 17 00:00:00 2001 From: Charadon Date: Tue, 12 Jul 2022 07:25:15 -0400 Subject: Initial Commit --- post.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 post.sh (limited to 'post.sh') diff --git a/post.sh b/post.sh new file mode 100755 index 0000000..d085dcb --- /dev/null +++ b/post.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +# Execute commands after building. Like pushing to an FTP server. # -- cgit 1.4.1-2-gfad0 anger' title='ranger Git repository'/>
summary refs log tree commit diff stats
blob: 170aeea0ebda60b5b405c32d31786994805317a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74