Skip to content

Commit 72c1f68

Browse files
committed
forgot some files
1 parent c696ceb commit 72c1f68

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# https://dart.dev/guides/libraries/private-files
2+
# Created by `dart pub`
3+
.dart_tool/

bin/tilde_expansion.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import 'package:tilde_expansion/tilde_expansion.dart' as tilde_expansion;
2+
3+
void main(List<String> arguments) {
4+
print(
5+
"Hello to convert ~/Documents/test.txt to ${'~/Documents/test.txt'.expandUser()}");
6+
}

0 commit comments

Comments
 (0)