Ver código fonte

Remove one-function library 'xorg.sh'

No need to maintain module for one function; moved to saturnin-www; the
only user so far.
Alois Mahdal 9 anos atrás
pai
commit
6c97f04278
3 arquivos alterados com 8 adições e 13 exclusões
  1. 0
    11
      ffoo/xorg.sh
  2. 8
    1
      libexec/saturnin-www
  3. 0
    1
      setup/mk.sh

+ 0
- 11
ffoo/xorg.sh Ver arquivo

@@ -1,11 +0,0 @@
1
-#!/bin/bash
2
-
3
-
4
-clipln() {
5
-    #
6
-    # Print primary clipboard and \n
7
-    #
8
-    xclip -o -selection primary 2>/dev/null
9
-    echo ""
10
-}
11
-

+ 8
- 1
libexec/saturnin-www Ver arquivo

@@ -5,7 +5,14 @@
5 5
 ffoo import config
6 6
 ffoo import core
7 7
 ffoo import www
8
-ffoo import xorg
8
+
9
+clipln() {
10
+    #
11
+    # Print primary clipboard and \n
12
+    #
13
+    xclip -o -selection primary 2>/dev/null
14
+    echo ""
15
+}
9 16
 
10 17
 debug "\$@=$@"
11 18
 

+ 0
- 1
setup/mk.sh Ver arquivo

@@ -43,7 +43,6 @@ die() {
43 43
 
44 44
 list_of_shrs() {
45 45
     echo ffoo/www.sh
46
-    echo ffoo/xorg.sh
47 46
 }
48 47
 
49 48
 build1() {