Guest User

Untitled

a guest
Apr 25th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.47 KB | None | 0 0
  1. ➜  ~  cp aaaa.rb subtle.rb
  2. ➜  ~  cat subtle.rb
  3.  
  4. col_black = "#343544"
  5. col_green = "#91ab43"
  6. col_yellow = "#c34192"
  7. col_cyan = "#773454"
  8. col_blue = "#99a542"
  9. col_white = "#ccasd6"
  10. col_red = "#9efgd7"
  11. col_magenta = "#asdgd3"
  12.  
  13. ➜  ~  sh coloursetter.sh
  14. ➜  ~  cat subtle.rb
  15.  
  16. col_black = "#343544"
  17. col_green = "#91ab43"
  18. col_yellow = "#c34192"
  19. col_cyan = "#773454"
  20. col_blue = "#99a542"
  21. col_white = "#ccasd6"
  22. col_red = "#9efgd7"
  23. col_magenta = "#asdgd3"
Add Comment
Please, Sign In to add comment