Skip to content

Commit

Permalink
Merge pull request #201 from atsign-foundation/gkc-refactor-sshnp
Browse files Browse the repository at this point in the history
  • Loading branch information
gkc authored Jun 15, 2023
2 parents e51e9aa + 8651e24 commit 3c6c31d
Show file tree
Hide file tree
Showing 12 changed files with 863 additions and 518 deletions.
478 changes: 6 additions & 472 deletions bin/sshnp.dart

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions bin/sshnpd.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ import 'package:version/version.dart';

// local packages
import 'package:sshnoports/version.dart';
import 'package:sshnoports/home_directory.dart';
import 'package:sshnoports/check_non_ascii.dart';
import 'package:sshnoports/check_file_exists.dart';
import 'package:sshnoports/sshnp_utils.dart';

void main(List<String> args) async {
try {
Expand Down
3 changes: 1 addition & 2 deletions bin/sshrvd.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ import 'package:version/version.dart';

// local packages
import 'package:sshnoports/version.dart';
import 'package:sshnoports/home_directory.dart';
import 'package:sshnoports/check_file_exists.dart';
import 'package:sshnoports/sshnp_utils.dart';

void main(List<String> args) async {
final AtSignLogger logger = AtSignLogger(' sshrvd ');
Expand Down
7 changes: 0 additions & 7 deletions lib/check_file_exists.dart

This file was deleted.

8 changes: 0 additions & 8 deletions lib/check_non_ascii.dart

This file was deleted.

2 changes: 1 addition & 1 deletion lib/cleanup_sshnp.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// dart packages
import 'dart:io';
// local packages
import 'package:sshnoports/home_directory.dart';
import 'package:sshnoports/sshnp_utils.dart';
// atPlatform packages
import 'package:at_utils/at_logger.dart';

Expand Down
23 changes: 0 additions & 23 deletions lib/home_directory.dart

This file was deleted.

Loading

0 comments on commit 3c6c31d

Please sign in to comment.