Browse Source

host-this-directory.sh

master
whiteline 1 year ago
parent
commit
65da316235
2 changed files with 5 additions and 3 deletions
  1. +3
    -3
      coding-terminal
  2. +2
    -0
      host-this-directory.sh

+ 3
- 3
coding-terminal View File

@@ -1,4 +1,4 @@
#!/bin/sh
xrdb -merge ~/.Xresources.green
urxvt -fn xft:inconsolata-28:hinting=false -letsp -1 -im none &
xrdb -merge ~/.Xresources
#xrdb -merge ~/.Xresources.green
urxvt -fn xft:inconsolata-26:hinting=false -letsp 1 -im none -b 26 &
#xrdb -merge ~/.Xresources

+ 2
- 0
host-this-directory.sh View File

@@ -0,0 +1,2 @@
#!/bin/sh
ruby -run -e httpd . -p 8080 --bind-address=192.168.1.2

Loading…
Cancel
Save