mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-18 16:25:05 +08:00
6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
|
#!/bin/sh
|
||
|
# returns nasm directory
|
||
|
# used for dist building
|
||
|
|
||
|
basename `pwd`
|