only use in lectures
This commit is contained in:
parent
aca1c11106
commit
c0af4bd52e
1 changed files with 1 additions and 5 deletions
|
@ -1,8 +1,4 @@
|
|||
ifeq (, $(shell which xclip 2>/dev/null))
|
||||
PASTE = powershell.exe Get-Clipboard
|
||||
else
|
||||
PASTE = xclip -o
|
||||
endif
|
||||
CAT = bat -pp
|
||||
|
||||
FILE ?= test
|
||||
|
|
Loading…
Reference in a new issue