forked from aniani/nasm
6 lines
76 B
Bash
Executable File
6 lines
76 B
Bash
Executable File
#!/bin/sh
|
|
# returns nasm directory
|
|
# used for dist building
|
|
|
|
basename `pwd`
|